func encoding/json.isSpace
9 uses
encoding/json (current package)
scanner.go#L201: func isSpace(c byte) bool {
scanner.go#L207: if isSpace(c) {
scanner.go#L218: if isSpace(c) {
scanner.go#L256: if isSpace(c) {
scanner.go#L269: if isSpace(c) {
scanner.go#L289: if isSpace(c) {
scanner.go#L331: if !isSpace(c) {
stream.go#L175: if !isSpace(c) {
stream.go#L495: if isSpace(c) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |